aboutsummaryrefslogtreecommitdiffstats
path: root/web/app/api/auth/[...nextauth]/route.tsx
blob: bfcda5167c949072863a12c2e64649a1c772014f (plain) (blame)
1
2
3
import { authHandler } from "@/lib/auth";

export { authHandler as GET, authHandler as POST }